home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global howdead
- killthepuppets()
- seeyou()
- updateStage()
- repeat with x = 9 to 11
- set the visible of sprite x to 0
- end repeat
- if howdead = 1 then
- set the visible of sprite 9 to 1
- else
- if howdead = 2 then
- set the visible of sprite 10 to 1
- else
- if howdead = 3 then
- set the visible of sprite 11 to 1
- end if
- end if
- end if
- sound fadeOut 2, 50
- end
-